projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3c7236
)
(change-log-name): Let default name for ms-dos be "change.log".
author
Richard M. Stallman
<rms@gnu.org>
Thu, 6 Jan 1994 04:32:34 +0000
(
04:32
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 6 Jan 1994 04:32:34 +0000
(
04:32
+0000)
lisp/add-log.el
patch
|
blob
|
history
diff --git
a/lisp/add-log.el
b/lisp/add-log.el
index 0978e45ac6b6596c06c53f77ddd8dc4a05dc84ba..acb789bb52ad25feccf523ff97758a370eaa0cc3 100644
(file)
--- a/
lisp/add-log.el
+++ b/
lisp/add-log.el
@@
-50,7
+50,11
@@
an `@' character, followed by the value returned by `system-name'.")
(defun change-log-name ()
(or change-log-default-name
- (if (eq system-type 'vax-vms) "$CHANGE_LOG$.TXT" "ChangeLog")))
+ (if (eq system-type 'vax-vms)
+ "$CHANGE_LOG$.TXT"
+ (if (eq system-type 'ms-dos)
+ "change.log"
+ "ChangeLog"))))
;;;###autoload
(defun prompt-for-change-log-name ()